home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / WINTOOL.hpj < prev    next >
Encoding:
Microsoft Help compiler Project  |  1996-09-20  |  4.3 KB  |  137 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for WINTOOL 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS=value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the WINTOOL.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT=entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT=entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=M:\WMP5\WMP5HELP\WMQA
  19.  
  20. ; The CONTENTS=tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_BSSC_PRODUCTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24.  
  25. ; The BUILD=setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the=sign in the 
  28. ; BUILD=statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36. WARNING=3
  37.  
  38. ; The Compress option is used by the Help Compiler to make 
  39. ; smaller, faster loading .HLP files.  However, using compression
  40. ; increases Compile times.
  41. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  42.  
  43.  
  44. OLDKEYPHRASE=FALSE
  45. OPTCDROM=FALSE
  46. REPORT=FALSE
  47. TITLE=Windows Development Tools
  48. COMPRESS=FALSE
  49. ERRORLOG=M:\HYPERVIE\HELPSYS\TUTORIAL\WINTOOL.ERR
  50. [BUILDTAGS]
  51. ; The Build Tags section specifies to the Help Compiler the names
  52. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  53. ; section is optional.
  54. WINDOWS
  55.  
  56.  
  57. [CONFIG]
  58. ; The config section allows you to define some macros which will be
  59. ; executed when the help system is first executed.
  60. ;
  61. ; The next line gives you browse buttons:
  62. ;
  63.  
  64. ;
  65. ; To create a glossary button which displays a list of defined terms
  66. ; in a secondary window, remove the semi colon at the start of the next
  67. ; line and do the same with the Glossary window in the [WINDOWS] section
  68. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  69. ;
  70.  
  71.  
  72.  
  73. BrowseButtons()
  74.  
  75.  
  76. [FILES]
  77. ; The files section is where you specify to the Help Compiler which
  78. ; Rich Text Format (.RTF) (your help source) files will be used in the
  79. ; Help system.  RoboHELP generates and maintains the main .RTF 
  80. ; file for your Help System.  If you desire to have multiple .RTF files,
  81. ; simply add the additonal names to the [FILES] section.
  82.  
  83. WINTOOL.RTF
  84. [ALIAS]
  85. ; The Alias  section allows you to set up aliases for context strings 
  86. ; in your help system.  
  87. ; Brief example:
  88. ;    IDH_UserID=IDH_RoboGenerated_Id
  89. ;    IDH_WMP_MenuID=IDH_RoboGenerated_Id
  90. ;    IDH_Any=IDH_AnyOther
  91.  
  92. [MAP]
  93. ; The Map Section is where the C language #defines are translated 
  94. ; or mapped into the Help System Context Strings.  Standard C syntax
  95. ; can be employed.  The .HH file is meant to be #include(d) into your 
  96. ; Windows application source code.
  97.  
  98. [BITMAPS]
  99. ; The [BITMAPS] section is where you list any Bitmaps which have
  100. ; been placed by reference in the Help System.  See the Help compiler
  101. ; documentation for more information about placing bitmaps.
  102. ; The [BITMAPS] section is not really required under Windows 3.1,
  103. ; with the advent of the BMROOT item in the [OPTIONS] section.
  104. ;FOO1.BMP
  105. ;FOO2.BMP
  106. ;C:\FOO\FOO3.BMP
  107. ;And So On
  108.  
  109. [WINDOWS]
  110. ; Windows Help can display help in one of 5 secondary windows.
  111. ; Before using a secondary window, the window must be defined
  112. ; in this section:
  113. ;Gloss="Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  114.  
  115. main=,(0,0,676,1023),0,(255,255,255),(0,128,128)
  116. [BAGGAGE]
  117. ; The Baggage section allows the user to include files which
  118. ; will be placed in the internal file system for WinHelp.  
  119. ; Using files from Baggage is a little faster for CDROM, since
  120. ; the CDROM drive table does not need to be read from disk.
  121. ;
  122. ; Baggage files are referred to as regular bitmaps, except
  123. ; that you prefix the filename with '!'.
  124. ;
  125. ;    For Instance:
  126. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  127. ;
  128.